home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00215_Script_ENTREE_TITRE_ET_SON < prev    next >
Text File  |  2004-12-05  |  491b  |  19 lines

  1. global gze_Label, gpisteTitre
  2. property pRef_son,p_Titre
  3. -----------------
  4. on getPropertyDescriptionList me
  5.   return [#pRef_son:[#comment: "suffixe du son rubrique:",#format:  #string, #default: EMPTY ],\
  6. #p_Titre:[#comment: "titre?",#format: #string, #default:EMPTY]]
  7. end getPropertyDescriptionList
  8. ---------------------
  9. on prepareFrame me
  10.   cursor -1
  11.   gze_Label = the frameLabel
  12. end
  13. ----------------
  14. on exitFrame me
  15.   titre(p_Titre)
  16.   sonrub(pRef_son)
  17. end
  18. --------------
  19.